tools/pygrub: remove /var/run/xend/boot from install target
authorOlaf Hering <olaf@aepfle.de>
Thu, 17 Apr 2014 10:52:50 +0000 (12:52 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 23 Apr 2014 11:21:12 +0000 (12:21 +0100)
commit604c2525b1ee8f25521dce6b47f9818334682185
tree23d1ca388687c97c6549b08a1b5ff1689de1605c
parentdb6d500550f3799e70716343b26c93217792322d
tools/pygrub: remove /var/run/xend/boot from install target

pygrub stores the temporary kernel+initrd files in /var/run/pygrub, or
any other directory specified with --output-directory=<dir>. If the
default dir is missing pygrub will create it.

Without this change installing the resulting xen.rpm will fail on
systems where /var/run is a symlink. rpm complains that '/var/run' (the
symlink) is already owned by some other system rpm package.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/pygrub/Makefile